Skip to content

fix(storage): resolve JWT constructor type error in gdrive.ts#166

Merged
kilip merged 1 commit intomainfrom
wip
Apr 6, 2026
Merged

fix(storage): resolve JWT constructor type error in gdrive.ts#166
kilip merged 1 commit intomainfrom
wip

Conversation

@kilip
Copy link
Copy Markdown
Contributor

@kilip kilip commented Apr 6, 2026

  • Switch to configuration object pattern for google.auth.JWT constructor.
  • Define ServiceAccountCredentials interface for safer typing of JSON data.
  • Ensure compliance with current googleapis (v171.4.0) types.
  • Add storage to allowed scopes in commitlint.config.mjs.

- Switch to configuration object pattern for google.auth.JWT constructor.
- Define ServiceAccountCredentials interface for safer typing of JSON data.
- Ensure compliance with current googleapis (v171.4.0) types.
- Add `storage` to allowed scopes in `commitlint.config.mjs`.
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 6, 2026

Deployment failed with the following error:

Resource is limited - try again in 24 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/pkrbt1937?upgradeToPro=build-rate-limit

@kilip kilip merged commit 7082e25 into main Apr 6, 2026
1 of 3 checks passed
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.05%. Comparing base (cf84a1a) to head (d332a7f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #166   +/-   ##
=======================================
  Coverage   46.05%   46.05%           
=======================================
  Files          74       74           
  Lines        2191     2191           
  Branches      457      457           
=======================================
  Hits         1009     1009           
  Misses       1182     1182           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant